Fix a missed newline after Verion in debug code for Garmin Protocol.
authorRobert Lipe <robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 06:46:30 +0000 (01:46 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 06:46:30 +0000 (01:46 -0500)
jeeps/gpsapp.cc

index a313293616837026f9c19c027031c9ccae0fe6f8..3802df7c81ad6eec463cdf39682790523ec7faa3 100644 (file)
@@ -235,7 +235,7 @@ static int32 GPS_A000(const char* port)
   gps_save_id = id;
   gps_save_version = ((double)version/100.);
 
-  GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f",
+  GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f\n",
            gps_save_string, gps_save_id, gps_save_version);
 
 #if 0